Skip to main content

All Questions

2votes
3answers
3kviews

AngularJS popover bind to controller variable

I'm trying to create a popover and load content into it directly from a controller. I can succesfully bind flag into the tooltip using a directive from this answer, but the popover keeps showing the ...
Gargaroz's user avatar
0votes
2answers
4kviews

How to connect my controller in my directive for inserting data and adding bootstrap select in angular.js?

I'm trying to add data on my select menu using a controller and used ng-options while i have a class defined in my directive to insert the bootstrap-select plugin to the element. The problem is that ...
abelski's user avatar

close